html,body{
    height:100%;
    background-color: black;
    color:white;
}

.container{
    position:relative;
    margin:auto;
    width:1000px;
  min-height: 100vh;
}
.banner{
    position:absolute;
    top:0px;
    left: 0px;
    width:100%;
    margin:0px;
    min-height: 200px;
    background-image: url("../webimg/banner.jpg");
    background-repeat: no-repeat;
}
.nav{
    position:absolute;
    left:0px;
    top:300px;
    width:196px;
    margin:0px;
    min-height:400px;

    padding: 0px;
}
.content{
    position:absolute;
    left:220px;
    margin:0px;
    top:300px;
    width:746px;

    border: 2px solid #412aac;
    padding: 15px;
    font-size: large;
}
a:link {
    color: white;
    font-weight: bold;
  }
  /* visited link */
  a:visited {
    color: #c4b8f5;
    font-weight: bold;
  }
  
  /* mouse over link */
  a:hover {
    color: #c4b8f5;
    font-weight: bold;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #c4b8f5;
    font-weight: bold;
  }

  .nav a{
    color:#c4b8f5;
    text-decoration: none;
    display: block;
    padding-left:10px;
}

.nav a:hover{
    color:#c4b8f5;
    text-decoration: none;
    display: block;
    padding-left:10px;
    background: grey;
}

.nav{
   list-style: none; 
   margin:0px;
}

.nav li{
    display: block;
}
.nav li:first{
    display: block;

    border:2px solid #412aac;
    border-top: 2px;

}

.nav ul{
    position:absolute;
    margin: 0px;
    left: 0px;
    width:156px;
    padding:20px;
    margin:0px;
    border:2px solid #412aac;
}
li hr{
    width:75%;
}
.cat{
    text-align: center;
    background-color:#412aac;
}